home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / falcon / bonus / gamefix / gamefix.prj < prev    next >
Encoding:
Text File  |  1996-09-18  |  729 b   |  24 lines

  1. ; Projektdatei zu GAMEFIX.PRG
  2. ; Autor: Thomas Binder
  3. ; Compiler: Pure C 1.0
  4. ; Erstellt: 10.08.1993
  5. ; Letzte Änderung: 03.09.1993
  6.  
  7. GAMEFIX.PRG
  8. .L []
  9. .C [ -2 ]
  10. .S [ -3 -S ]
  11. =
  12.  
  13. PCSTART.O                               ; der Startupcode
  14. GAMEFIX.C (GAMEFIX.RSH, GAMEFIX.H, MINI1.HEX, MINI2.HEX)
  15.                                         ; das GEM-Frontend
  16. ASSEM.S                                 ; der Assemblerteil
  17.  
  18. FALCNLIB.LIB                            ; die Falcon-XBIOS-Bibliothek
  19. PCSTDLIB.LIB                            ; die Standardbibliothek
  20. PCTOSLIB.LIB                            ; die TOS-Bibliothek
  21. PCGEMLIB.LIB                            ; die GEM-Bibliothek
  22.  
  23. ; Ende der Projektdatei zu GAMEFIX.PRG
  24.